google.golang.org/grpc/internal/transport.framer.writer (field)

8 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L532: 	defer l.framer.writer.Flush()
		controlbuf.go#L569: 				if l.framer.writer.offset < minBatchSize {
		controlbuf.go#L574: 			l.framer.writer.Flush()
		http2_client.go#L443: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L294: 	t.framer.writer.Flush()
		http2_server.go#L1349: 			t.framer.writer.Flush()
		http_util.go#L360: 	writer *bufWriter
		http_util.go#L374: 		writer: w,